body {
  background: #fff;
  font-family: "Montserrat", "Futura", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #282828;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden; }

a:focus, button:focus, input:focus {
  outline: none !important; }

a::-moz-focus-inner, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0; }

a, a:hover, a:focus {
  text-decoration: none;
  color: #acaeb6; }

a, button {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

textarea.form-control {
  min-height: 100px;
  resize: none; }

img {
  max-width: 100%; }

select option {
  color: black;
  font-weight: 300; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

p {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #282828; }

section {
  padding: 50px 0; }

.text-success {
  color: #18a75e; }

.text-danger {
  color: #da4242; }

.dev-navbar {
  position: relative;
  z-index: 8;
  background: #083b51;
  font-family: "Futura"; }
  .dev-navbar .navbar-brand {
    height: auto; }
    .dev-navbar .navbar-brand img {
      width: 200px; }
  .dev-navbar .navbar {
    margin: 0; }
    .dev-navbar .navbar .nav li {
      padding: 20px 0; }
      .dev-navbar .navbar .nav li a {
        color: white;
        font-size: 16px;
        text-shadow: none;
        text-transform: uppercase; }
        .dev-navbar .navbar .nav li a:hover, .dev-navbar .navbar .nav li a:focus {
          color: #337bb8;
          background: none; }
      .dev-navbar .navbar .nav li.dropdown .dropdown-toggle {
        background-color: #083b51; }
        .dev-navbar .navbar .nav li.dropdown .dropdown-toggle.open {
          background-color: #083b51; }
      .dev-navbar .navbar .nav li.dropdown .dropdown-menu {
        background-color: #083b51;
        list-style-type: none; }
        .dev-navbar .navbar .nav li.dropdown .dropdown-menu li {
          padding: 10px 0; }
      .dev-navbar .navbar .nav li.dropdown .dropdown-toggle:hover .dropdown-menu {
        display: block; }
  .dev-navbar .navbar-toggle {
    border: 1px solid #fff;
    margin-top: 25px; }
    .dev-navbar .navbar-toggle .icon-bar {
      background: #fff; }

.top-nav {
  position: relative;
  z-index: 9;
  background: #fff;
  font-family: "Futura";
  color: #2d2d2d; }
  .top-nav .social {
    display: inline-block;
    padding: 5px;
    margin-left: 10px; }
    .top-nav .social li {
      display: inline-block; }
      .top-nav .social li a {
        display: block;
        width: 30px;
        height: 30px;
        text-align: center;
        border: 1px solid #b2b2b2;
        border-radius: 50%;
        padding: 5px; }
        .top-nav .social li a:hover {
          color: #fff;
          background: #b2b2b2; }
  .top-nav .c-menu {
    display: inline-block;
    padding: 5px;
    margin-left: 10px; }
    .top-nav .c-menu > li {
      display: inline-block; }
      .top-nav .c-menu > li a {
        display: block;
        padding: 5px;
        margin: 0 10px; }
        .top-nav .c-menu > li a img {
          margin-right: 5px;
          vertical-align: middle; }
      .top-nav .c-menu > li.drop-lng .dropdown-menu {
        min-width: 50px; }
      .top-nav .c-menu > li.drop-lng img {
        max-width: 25px;
        vertical-align: middle; }
  .top-nav .nopdn {
    padding-right: 0;
    padding-left: 0; }

.top-nav-member {
  position: relative;
  z-index: 22;
  background: #fff;
  font-family: "Futura";
  color: #2d2d2d;
  border-bottom: 1px solid #c5c5c5; }
  .top-nav-member a {
    height: 53px;
    line-height: 53px; }
    .top-nav-member a > i {
      vertical-align: middle;
      margin-right: 10px;
      font-size: 15px; }
  .top-nav-member .h-drop {
    position: relative; }
    .top-nav-member .h-drop .espace-btn {
      width: 100%;
      text-align: center;
      display: block;
      background: #fff;
      color: #337bb8;
      border-left: 1px solid #c5c5c5;
      padding: 0;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .top-nav-member .h-drop .espace-btn > i {
        font-size: 25px; }
    .top-nav-member .h-drop ul {
      position: absolute;
      top: 100%;
      right: 0;
      background: #337bb8;
      color: #fff;
      width: 100%;
      min-width: 100%;
      max-height: 0;
      overflow: hidden;
      line-height: normal;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .top-nav-member .h-drop ul li a {
        display: block;
        padding: 10px 15px;
        margin: 5px 0;
        color: #fff;
        height: auto;
        line-height: normal; }
        .top-nav-member .h-drop ul li a:hover {
          background: #4192d7; }
    .top-nav-member .h-drop:hover .espace-btn {
      background: #337bb8;
      color: #fff; }
    .top-nav-member .h-drop:hover ul {
      max-height: 200px; }
  .top-nav-member .toggle-ac-side {
    display: none;
    background: #083b51;
    padding: 5px;
    width: 50px;
    float: left;
    line-height: 43px;
    color: white;
    font-size: 25px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }

@media (max-width: 992px) {
  .top-nav-member .toggle-ac-side {
    display: inline-block; } }
@media (max-width: 768px) {
  .dev-navbar .navbar-brand img {
    width: 175px; }
  .dev-navbar .navbar .nav li {
    padding: 0; }

  .top-nav .c-menu {
    margin-left: 0; }
    .top-nav .c-menu li a {
      margin: 0; }
      .top-nav .c-menu li a img {
        margin-right: 0; }

  .top-nav-member a i {
    font-size: 25px;
    margin: 0; }
  .top-nav-member .h-drop ul {
    min-width: 305px; } }
@media only screen and (min-width: 1370px) {
  .dev-navbar .navbar .nav li a {
    margin: 0 20px; } }
.ac-title {
  padding: 15px;
  margin: 25px 0;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  border-bottom: 1px solid #ccc; }
  .ac-title.no-border {
    border: none; }
  .ac-title small {
    vertical-align: top; }

.dev-title-x3 {
  font-size: 22px;
  font-weight: 400; }

.dev-title-x4 {
  font-size: 18px;
  font-weight: 400; }

.dev-title-x5 {
  font-size: 15px;
  font-weight: 400; }

.dev-title-x6 {
  font-size: 13px;
  font-weight: 400; }

.btn-lg {
  padding: 11.6px 20px;
  font-weight: 300;
  font-size: 16px; }

.btn-pdn-lg {
  padding-left: 80px;
  padding-right: 80px; }

.btn-pdn-md {
  padding-left: 45px;
  padding-right: 45px; }

.btn-pdn-sm {
  padding-left: 25px;
  padding-right: 25px; }

.btn-rd {
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  -o-border-radius: 25px !important;
  border-radius: 25px !important; }

.btn-no-rd {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important; }

.btn-lg, .btn {
  white-space: normal;
  font-weight: 300; }
  .btn-lg i.m-l, .btn i.m-l {
    margin-left: 10px;
    margin-right: 0; }
  .btn-lg i.m-r, .btn i.m-r {
    margin-left: 0;
    margin-right: 10px; }
  .btn-lg i.n-m, .btn i.n-m {
    margin: 0; }
  .btn-lg i.f-l, .btn i.f-l {
    margin-top: 2px;
    float: left; }
  .btn-lg i.f-r, .btn i.f-r {
    margin-top: 2px;
    float: right; }

.overlink {
  display: inline-block;
  position: relative; }
  .overlink:before {
    content: '';
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: "";
    z-index: 20; }

.btn-download {
  font-size: 30px;
  line-height: 46px; }

.btn-cyan, .btn-cyan:focus, .btn-cyan-o:hover {
  background: #31bbbe;
  color: white;
  border: 1px solid #31bbbe; }

.btn-cyan:hover, .btn-cyan-o, .btn-cyan-o:focus {
  background: none;
  color: #31bbbe;
  border: 1px solid #31bbbe; }

.btn-cyan-out, .btn-cyan-out:hover, .btn-cyan-out:focus {
  background: none;
  color: #31bbbe;
  border: none; }

.btn-cyan-h {
  background: #31bbbe;
  color: white; }
  .btn-cyan-h:hover, .btn-cyan-h:focus {
    background: #1da7aa;
    color: white; }

.btn-green, .btn-green:focus, .btn-green-o:hover {
  background: #99cb4a;
  color: white;
  border: 1px solid #99cb4a; }

.btn-green:hover, .btn-green-o, .btn-green-o:focus {
  background: none;
  color: #99cb4a;
  border: 1px solid #99cb4a; }

.btn-green-out, .btn-green-out:hover, .btn-green-out:focus {
  background: none;
  color: #99cb4a;
  border: none; }

.btn-green-h {
  background: #99cb4a;
  color: white; }
  .btn-green-h:hover, .btn-green-h:focus {
    background: #85b736;
    color: white; }

.btn-orange, .btn-orange:focus, .btn-orange-o:hover {
  background: #febd2d;
  color: white;
  border: 1px solid #febd2d; }

.btn-orange:hover, .btn-orange-o, .btn-orange-o:focus {
  background: none;
  color: #febd2d;
  border: 1px solid #febd2d; }

.btn-orange-out, .btn-orange-out:hover, .btn-orange-out:focus {
  background: none;
  color: #febd2d;
  border: none; }

.btn-orange-h {
  background: #febd2d;
  color: white; }
  .btn-orange-h:hover, .btn-orange-h:focus {
    background: #eaa919;
    color: white; }

.btn-grey, .btn-grey:focus, .btn-grey-o:hover {
  background: #818181;
  color: white;
  border: 1px solid #818181; }

.btn-grey:hover, .btn-grey-o, .btn-grey-o:focus {
  background: none;
  color: #818181;
  border: 1px solid #818181; }

.btn-grey-out, .btn-grey-out:hover, .btn-grey-out:focus {
  background: none;
  color: #818181;
  border: none; }

.btn-grey-h {
  background: #818181;
  color: white; }
  .btn-grey-h:hover, .btn-grey-h:focus {
    background: #6d6d6d;
    color: white; }

.btn-blue, .btn-blue:focus, .btn-blue-o:hover {
  background: #337bb8;
  color: white;
  border: 1px solid #337bb8; }

.btn-blue:hover, .btn-blue-o, .btn-blue-o:focus {
  background: none;
  color: #337bb8;
  border: 1px solid #337bb8; }

.btn-blue-out, .btn-blue-out:hover, .btn-blue-out:focus {
  background: none;
  color: #337bb8;
  border: none; }

.btn-blue-h {
  background: #337bb8;
  color: white; }
  .btn-blue-h:hover, .btn-blue-h:focus {
    background: #1f67a4;
    color: white; }

.btn-db, .btn-db:focus, .btn-db-o:hover {
  background: #083b51;
  color: white;
  border: 1px solid #083b51; }

.btn-db:hover, .btn-db-o, .btn-db-o:focus {
  background: none;
  color: #083b51;
  border: 1px solid #083b51; }

.btn-db-out, .btn-db-out:hover, .btn-db-out:focus {
  background: none;
  color: #083b51;
  border: none; }

.btn-db-h {
  background: #083b51;
  color: white; }
  .btn-db-h:hover, .btn-db-h:focus {
    background: #00273d;
    color: white; }

.btn-amiante, .btn-amiante:focus, .btn-amiante-o:hover {
  background: #b8444e;
  color: white;
  border: 1px solid #b8444e; }

.btn-amiante:hover, .btn-amiante-o, .btn-amiante-o:focus {
  background: none;
  color: #b8444e;
  border: 1px solid #b8444e; }

.btn-amiante-out, .btn-amiante-out:hover, .btn-amiante-out:focus {
  background: none;
  color: #b8444e;
  border: none; }

.btn-amiante-h {
  background: #b8444e;
  color: white; }
  .btn-amiante-h:hover, .btn-amiante-h:focus {
    background: #a4303a;
    color: white; }

.espace-btn {
  width: 100%;
  text-align: center;
  display: block;
  background: #337bb8;
  color: #fff;
  padding: 10px 0; }

.espace-btn:hover {
  background: #083b51;
  color: #fff; }

.espace-btn img {
  margin-right: 10px; }

.btn-select {
  white-space: nowrap;
  background: white;
  color: #8398a1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .btn-select.btn-lg {
    padding: 12px 15px; }
  .btn-select .caret {
    color: #337bb8; }

@media (max-width: 480px) {
  .btn-pdn-sm, .btn-pdn-md, .btn-pdn-lg {
    padding-left: 15px;
    padding-right: 15px; } }
.dev-form .form-control {
  background: white;
  border-color: white;
  color: #8398a1;
  font-weight: 300;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .dev-form .form-control.input-lg {
    font-size: 13px; }
.dev-form .form-group.has-error .form-control {
  border-color: #b8444e; }
.dev-form .form-group.has-error label {
  color: #b8444e; }
.dev-form .control-label {
  margin-bottom: 7px;
  font-weight: 300; }
  .dev-form .control-label.nm {
    margin: 0; }
.dev-form .form-content {
  padding: 15px; }
.dev-form .form-actions {
  padding: 15px 0; }
.dev-form input[type=file] {
  color: white;
  font-weight: 300; }
.dev-form.form-offeres .control-label {
  color: white;
  margin-bottom: 15px; }
  .dev-form.form-offeres .control-label i {
    margin: 0 10px 0 5px;
    color: #8398a1; }
.dev-form.form-offeres .form-content {
  background: #083b51;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 25px 15px; }
  .dev-form.form-offeres .form-content > .row {
    margin: 0; }
    .dev-form.form-offeres .form-content > .row div[class^="col-"] {
      padding-left: 3px;
      padding-right: 3px; }
.dev-form.ac-form {
  padding: 25px;
  /*margin-bottom: 80px;*/ }
  .dev-form.ac-form .control-label {
    font-weight: 400; }
  .dev-form.ac-form .form-control {
    border-color: #a4b3ba;
    color: #a4b3ba;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  .dev-form.ac-form .form-control::-webkit-input-placeholder {
    color: #a4b3ba; }
  .dev-form.ac-form .form-control:-moz-placeholder {
    color: #a4b3ba;
    opacity: 1; }
  .dev-form.ac-form .form-control::-moz-placeholder {
    color: #a4b3ba;
    opacity: 1; }
  .dev-form.ac-form .form-control:-ms-input-placeholder {
    color: #a4b3ba; }
  .dev-form.ac-form select option {
    color: #a4b3ba; }
  .dev-form.ac-form .expdn {
    padding: 0 45px; }
  .dev-form.ac-form .b-l {
    border-left: 1px solid #a4b3ba; }
.dev-form.form-affine .control-label {
  color: #083b51;
  font-weight: 400;
  font-size: 16px; }
  .dev-form.form-affine .control-label i {
    margin-right: 10px; }

@media (max-width: 992px) {
  .dev-form.form-offeres .bootstrap-select, .dev-form.form-offeres .form-control {
    margin-bottom: 7px; }
  .dev-form.ac-form {
    padding: 25px 0; }
    .dev-form.ac-form .expdn {
      padding: 0 15px; }
    .dev-form.ac-form .b-l {
      border-left: none; } }
.dev-section {
  padding: 50px 0; }
  .dev-section h2 {
    text-transform: uppercase;
    font-weight: 400; }
  .dev-section h3 {
    font-weight: 300;
    font-size: 18px;
    color: #b4b4b4;
    margin-bottom: 50px; }
  .dev-section .section-title {
    color: #083b51;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300; }
  .dev-section .section-subtitle {
    color: #b4b4b4;
    font-size: 14px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 50px; }
  .dev-section.mot-directeur {
    color: #191919; }
    .dev-section.mot-directeur .quote {
      position: relative; }
      .dev-section.mot-directeur .quote:before {
        position: absolute;
        display: block;
        content: "";
        width: 78px;
        height: 81px;
        top: -20px;
        left: -30px;
        background: url("../images/quote.png"); }
    .dev-section.mot-directeur h2 {
      font-size: 25px;
      font-weight: 400;
      margin-bottom: 30px; }
    .dev-section.mot-directeur p {
      font-size: 16px;
      font-weight: 300; }
    .dev-section.mot-directeur .signature-directeur {
      margin-top: 30px; }
  .dev-section.video-presentation {
    background: #09364e url("../images/bg-video.png") no-repeat center center;
    background-size: cover; }
    .dev-section.video-presentation .play {
      margin: 50px;
      display: block; }
      .dev-section.video-presentation .play:hover {
        opacity: 0.7; }
    .dev-section.video-presentation h3 {
      font-weight: 300;
      text-transform: uppercase; }
  .dev-section.missions .mission-icon {
    margin: 30px 0 10px;
    height: 85px; }
  .dev-section.groupe {
    background: url("../images/bg-groupe.png") no-repeat top left; }
    .dev-section.groupe .logos {
      margin-top: 40px; }
      .dev-section.groupe .logos li {
        display: inline-block;
        margin: 0 20px; }
        .dev-section.groupe .logos li img {
          height: 120px; }
  .dev-section.users-comments .comment .img {
    display: inline-block;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden; }
    .dev-section.users-comments .comment .img.img-md {
      height: 100px;
      width: 100px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
    .dev-section.users-comments .comment .img img {
      width: 100%;
      height: 100%; }
  .dev-section.users-comments .comment .name {
    margin-top: 10px;
    color: #666666;
    font-weight: 300;
    margin-bottom: 30px; }
  .dev-section.users-comments .comment .desc {
    margin-top: 25px;
    font-size: 14px;
    margin-bottom: 30px; }
  .dev-section.users-comments .comment .bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: transparent;
    margin: auto; }
  .dev-section.chiffres .carre-chiffre {
    width: 100%;
    height: 300px;
    background: #337bb8;
    display: inline-block;
    text-align: center;
    color: #fff;
    display: table;
    margin-bottom: 20px; }
    .dev-section.chiffres .carre-chiffre.invert {
      color: #337bb8; }
    .dev-section.chiffres .carre-chiffre .chiffre {
      display: table-cell;
      vertical-align: middle;
      width: 100%; }
      .dev-section.chiffres .carre-chiffre .chiffre.bottom {
        vertical-align: bottom;
        padding-bottom: 20px; }
      .dev-section.chiffres .carre-chiffre .chiffre .txt {
        font-size: 30px;
        font-weight: 300;
        line-height: 30px; }
      .dev-section.chiffres .carre-chiffre .chiffre .subtxt {
        font-size: 18px;
        font-weight: 100;
        display: block;
        text-transform: uppercase; }
    .dev-section.chiffres .carre-chiffre.collaborateurs {
      background: #337bb8 url("../images/collaborateurs.png") no-repeat center 30px; }
    .dev-section.chiffres .carre-chiffre.agences {
      background: #337bb8 url("../images/map.png") no-repeat center center;
      background-size: cover; }
    .dev-section.chiffres .carre-chiffre.capital {
      background: #337bb8 url("../images/capital.png") no-repeat center 30px; }
    .dev-section.chiffres .carre-chiffre.formations {
      background: #337bb8 url("../images/formations.png") no-repeat center 30px; }
    .dev-section.chiffres .carre-chiffre.clients {
      background: #337bb8 url("../images/clients.png") no-repeat center center;
      background-size: cover; }
    .dev-section.chiffres .carre-chiffre.satisfaits .pourcentage {
      height: 200px;
      width: 100%;
      line-height: 200px;
      font-size: 30px;
      font-weight: 300;
      text-align: center;
      background: #337bb8 url("../images/pourcentage.png") no-repeat center center;
      background-size: auto 80%; }
    .dev-section.chiffres .carre-chiffre.small-carre {
      height: 220px;
      background-size: 100px auto; }
      .dev-section.chiffres .carre-chiffre.small-carre .chiffre .txt {
        font-size: 22px; }
      .dev-section.chiffres .carre-chiffre.small-carre .chiffre .subtxt {
        font-size: 13px; }
      .dev-section.chiffres .carre-chiffre.small-carre.agences {
        background-size: cover; }
      .dev-section.chiffres .carre-chiffre.small-carre.collaborateurs {
        background-size: 70px auto; }
      .dev-section.chiffres .carre-chiffre.small-carre.satisfaits .pourcentage {
        height: 145px;
        line-height: 145px;
        font-size: 20px;
        background-size: auto 65%; }
  .dev-section.home-actualites {
    position: relative; }
    .dev-section.home-actualites .featured-img {
      height: 200px;
      overflow: hidden; }
      .dev-section.home-actualites .featured-img img {
        width: 100%;
        height: auto; }
    .dev-section.home-actualites .article-info {
      position: relative;
      top: -50px;
      z-index: 1000;
      text-align: right; }
      .dev-section.home-actualites .article-info .categorie {
        display: inline-block;
        padding: 5px 10px;
        font-size: 12px;
        color: #fff;
        margin-right: 15px; }
        .dev-section.home-actualites .article-info .categorie .accessibilite {
          background: #fcbd19; }
        .dev-section.home-actualites .article-info .categorie .ascenseur {
          background: #44bcc3; }
        .dev-section.home-actualites .article-info .categorie .elevation {
          background: #f18512; }
        .dev-section.home-actualites .article-info .categorie .energie {
          background: #97cb4b; }
        .dev-section.home-actualites .article-info .categorie .amiante {
          background: #b44853; }
      .dev-section.home-actualites .article-info h3 {
        font-weight: 300;
        margin: 0 15px;
        background: #fff;
        padding: 10px;
        font-size: 14px;
        text-align: left;
        color: #282828; }
      .dev-section.home-actualites .article-info .more-link {
        display: block;
        text-align: left;
        margin-left: 25px;
        color: #337bb8;
        font-size: 14px;
        margin-top: 20px; }
  .dev-section.home-logos .slide-logos {
    margin: auto; }
  .dev-section.home-logos .bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: transparent;
    margin: auto; }
  .dev-section.pandora-video {
    background: #09364e url("../images/pandora-ascenseur-video.png") no-repeat center center;
    background-size: cover; }
    .dev-section.pandora-video .play {
      margin: 50px;
      display: block; }
      .dev-section.pandora-video .play:hover {
        opacity: 0.7; }
    .dev-section.pandora-video h3 {
      font-weight: 300;
      text-transform: uppercase;
      color: #fff; }
  .dev-section.pandora-features ul {
    padding-left: 20px; }
    .dev-section.pandora-features ul li {
      list-style-type: circle; }
  .dev-section.g-section .s-title {
    font-size: 23px;
    margin: 0 0 25px 0;
    text-decoration: underline;
    text-transform: none; }
  .dev-section.g-section .s-desc {
    font-size: 16px;
    line-height: 30px; }
  .dev-section.g-section .action {
    margin-top: 30px; }
  .dev-section.offeres-result .result-nbr {
    text-align: center;
    margin-bottom: 25px; }
    .dev-section.offeres-result .result-nbr span {
      display: inline-block;
      text-align: left;
      color: #083b51; }
      .dev-section.offeres-result .result-nbr span.r-lg {
        font-size: 54px;
        line-height: 54px;
        font-weight: 400; }
      .dev-section.offeres-result .result-nbr span.r-sm {
        font-size: 22px;
        line-height: 22px;
        font-weight: 300; }
  .dev-section.postule {
    background: #09364e url("../images/hero_bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 0; }
    .dev-section.postule .wrap {
      padding: 25px 15px 50px 15px;
      background: rgba(8, 59, 81, 0.87); }
    .dev-section.postule .s-title {
      text-align: center;
      color: white;
      font-weight: 300;
      font-size: 20px; }
  .dev-section.our-history {
    background-color: white;
    background-image: url("../images/bg-xd5.png");
    background-repeat: no-repeat;
    background-position: right 100px center;
    background-size: auto 95%; }
  .dev-section.our-value {
    background-color: #f8f8f8; }
    .dev-section.our-value .section-title {
      color: #282828; }
  .dev-section.contact-bar {
    padding: 0; }
    .dev-section.contact-bar .row > div {
      padding: 0; }
    .dev-section.contact-bar .btn-contact {
      background: #083b51;
      color: white;
      display: block;
      border-radius: 0;
      padding: 20px 15px;
      font-size: 16px;
      font-weight: 200; }
    .dev-section.contact-bar .contact-info {
      padding: 0 30px; }
  .dev-section.metiers {
    text-align: center; }
    .dev-section.metiers .s-logo {
      margin-bottom: 65px; }
      .dev-section.metiers .s-logo img {
        display: inline-block;
        width: 300px;
        max-width: 100%; }
  .dev-section.display-content {
    border-radius: 0; }
    .dev-section.display-content .display-header {
      border: none;
      position: relative;
      padding-left: 60px;
      padding-top: 20px; }
      .dev-section.display-content .display-header h4 {
        color: #b8444e;
        font-size: 40px;
        line-height: 40px;
        font-weight: 400; }
      .dev-section.display-content .display-header .display-logo {
        position: absolute;
        top: -47px;
        left: -25px;
        height: 130px; }
    .dev-section.display-content .display-body {
      padding: 50px; }
      .dev-section.display-content .display-body .content-title {
        color: #083b51;
        text-transform: uppercase;
        font-size: 25px;
        font-weight: 300;
        margin-bottom: 35px; }
      .dev-section.display-content .display-body .content-info {
        margin-bottom: 25px; }

.offer-display .display-dialog {
  margin-top: 100px; }
.offer-display .display-content {
  border-radius: 0; }
  .offer-display .display-content .display-body {
    padding: 0; }
    .offer-display .display-content .display-body .display-logo {
      position: absolute;
      left: -60px;
      top: -65px;
      height: 187px; }
    .offer-display .display-content .display-body .t1 {
      margin-top: 0;
      font-size: 40px;
      font-weight: 300;
      text-transform: uppercase;
      color: #a0c634; }
    .offer-display .display-content .display-body .t2 {
      font-size: 25px;
      font-weight: 400;
      color: #083b51;
      margin-bottom: 0;
      text-transform: uppercase; }
    .offer-display .display-content .display-body .t3 {
      margin-top: 0;
      font-size: 25px;
      font-weight: 300;
      color: #083b51;
      text-transform: none; }
    .offer-display .display-content .display-body p {
      line-height: 25px; }
    .offer-display .display-content .display-body .of-socials {
      padding: 25px 0;
      text-align: center; }
      .offer-display .display-content .display-body .of-socials .btn {
        padding: 0 15px 0 0;
        background: none;
        border: 1px solid #8398a1;
        color: #8398a1;
        margin: 0 3px;
        font-weight: 300; }
        .offer-display .display-content .display-body .of-socials .btn > i {
          padding: 7px 12px;
          border-right: 1px solid #d0d8db;
          margin-right: 15px; }
        .offer-display .display-content .display-body .of-socials .btn.btn-fb {
          background: #39558d;
          border-color: #39558d;
          color: white; }
    .offer-display .display-content .display-body .of-tags {
      padding: 15px 0;
      margin-bottom: 15px;
      text-align: center; }
      .offer-display .display-content .display-body .of-tags .of-tag {
        display: inline-block;
        padding: 7px 25px;
        margin: 7px 4px;
        border: 1px solid #8398a1;
        color: #8398a1;
        font-size: 12px;
        border-radius: 5px; }
    .offer-display .display-content .display-body .offer-top-content {
      padding: 25px 50px; }
    .offer-display .display-content .display-body .offer-details {
      padding: 25px 50px; }
      .offer-display .display-content .display-body .offer-details .t2 {
        color: #8398a1;
        margin: 0; }
      .offer-display .display-content .display-body .offer-details .t4 {
        color: #8398a1;
        margin: 0;
        font-size: 14px;
        font-weight: 300; }
      .offer-display .display-content .display-body .offer-details > p {
        margin: 25px 0; }
    .offer-display .display-content .display-body .od-title {
      padding-left: 50px;
      height: 45px;
      display: table-cell;
      vertical-align: middle;
      background-position: center left;
      background-repeat: no-repeat;
      background-size: auto 40px; }
      .offer-display .display-content .display-body .od-title.picto-post {
        background-image: url(../images/picto/post.png); }
      .offer-display .display-content .display-body .od-title.picto-profil {
        background-image: url(../images/picto/profil.png); }
      .offer-display .display-content .display-body .od-title.picto-rem {
        background-image: url(../images/picto/rem.png); }
    .offer-display .display-content .display-body .actions {
      padding: 45px 15px;
      text-align: center; }

.bottom-bar {
  background: #f8f8f8; }
  .bottom-bar h4 {
    text-transform: uppercase;
    height: 65px;
    line-height: 65px;
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-family: "Futura", "Montserrat"; }
  .bottom-bar a {
    text-transform: uppercase;
    color: #fff;
    background: #337bb8;
    width: 100%;
    text-align: center;
    display: block;
    height: 65px;
    line-height: 65px;
    font-weight: 300; }
    .bottom-bar a i {
      margin-right: 15px; }
    .bottom-bar a:hover {
      background: #083b51;
      color: #fff; }

@media (max-width: 768px) {
  .dev-section.display-content .display-body .of-socials {
    padding: 25px 0;
    text-align: center; }
    .dev-section.display-content .display-body .of-socials .btn {
      padding: 0;
      font-size: 0;
      margin: 0; }
      .dev-section.display-content .display-body .of-socials .btn > i {
        font-size: 16px;
        border-right: none;
        margin-right: 0; }
  .dev-section.display-content .display-body .modal-logo {
    display: none; } }
.dev-row {
  margin-left: -15px;
  margin-right: -15px; }
  .dev-row:before {
    content: ' ';
    display: table; }
  .dev-row .dev-col-20 {
    width: 20%;
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }

.breadcrumb {
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  margin: 0;
  font-family: "Futura", "Montserrat", sans-serif;
  font-size: 14px;
  color: #337bb8;
  border-radius: 0; }
  .breadcrumb a {
    position: relative;
    color: #282828;
    padding-right: 20px;
    margin-right: 5px;
    display: inline-block; }
    .breadcrumb a:after {
      display: block;
      position: absolute;
      content: "+";
      right: 0;
      top: 0; }

.page-wrapper .page-content {
  padding: 30px 0; }
  .page-wrapper .page-content .cms-sidebar .side-sp .sp-header {
    padding: 15px;
    background: #ececec;
    text-align: center; }
    .page-wrapper .page-content .cms-sidebar .side-sp .sp-header * {
      margin: 0;
      font-size: 18px;
      font-weight: 300;
      text-transform: uppercase;
      color: #282828; }
  .page-wrapper .page-content .cms-sidebar .side-sp .sp-content {
    padding: 15px;
    min-height: 100px; }

/* espace membre */
.ac-wrapper {
  padding-left: 250px; }
  .ac-wrapper .ac-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    width: 250px;
    background: #09364e;
    z-index: 6666;
    -webkit-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    -ms-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    transition: left 0.5s ease; }
    .ac-wrapper .ac-sidebar .member-side-title {
      text-align: center;
      display: block;
      background: #337bb8;
      color: #fff;
      padding: 15px 0;
      border-bottom: 1px solid #c5c5c5; }
      .ac-wrapper .ac-sidebar .member-side-title img {
        margin-right: 10px; }
    .ac-wrapper .ac-sidebar .side-brand {
      padding: 20px;
      text-align: center; }
      .ac-wrapper .ac-sidebar .side-brand img {
        height: 80px; }
    .ac-wrapper .ac-sidebar .side-nav > li > a {
      display: block;
      font-size: 14px;
      text-transform: uppercase;
      color: white;
      padding: 10px 15px;
      line-height: 20px;
      font-family: "Futura", "Montserrat", sans-serif; }
      .ac-wrapper .ac-sidebar .side-nav > li > a:hover, .ac-wrapper .ac-sidebar .side-nav > li > a:focus {
        background: #337bb8; }
    .ac-wrapper .ac-sidebar .side-nav > li.active > a, .ac-wrapper .ac-sidebar .side-nav > li.active > a:hover, .ac-wrapper .ac-sidebar .side-nav > li.active > a:focus {
      background: #337bb8; }
    .ac-wrapper .ac-sidebar .side-nav > li.li-dropable {
      position: relative; }
      .ac-wrapper .ac-sidebar .side-nav > li.li-dropable:after {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        right: 15px;
        top: 4px;
        font-size: 22px;
        color: white;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .ac-wrapper .ac-sidebar .side-nav > li.li-dropable .side-dropdown {
        max-height: 0;
        overflow: hidden;
        padding-left: 15px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        .ac-wrapper .ac-sidebar .side-nav > li.li-dropable .side-dropdown li a {
          display: block;
          font-size: 14px;
          color: white;
          padding: 10px 15px;
          line-height: 14px;
          font-family: "Futura", "Montserrat", sans-serif; }
          .ac-wrapper .ac-sidebar .side-nav > li.li-dropable .side-dropdown li a:hover, .ac-wrapper .ac-sidebar .side-nav > li.li-dropable .side-dropdown li a:focus {
            color: #337bb8; }
        .ac-wrapper .ac-sidebar .side-nav > li.li-dropable .side-dropdown li.active a, .ac-wrapper .ac-sidebar .side-nav > li.li-dropable .side-dropdown li.active a:hover, .ac-wrapper .ac-sidebar .side-nav > li.li-dropable .side-dropdown li.active a:focus {
          color: #337bb8; }
      .ac-wrapper .ac-sidebar .side-nav > li.li-dropable > a:focus {
        background: none; }
      .ac-wrapper .ac-sidebar .side-nav > li.li-dropable.open:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
      .ac-wrapper .ac-sidebar .side-nav > li.li-dropable.open .side-dropdown {
        max-height: 200px; }
      .ac-wrapper .ac-sidebar .side-nav > li.li-dropable.open > a, .ac-wrapper .ac-sidebar .side-nav > li.li-dropable.open > a:hover {
        background: #337bb8; }
  .ac-wrapper .breadcrumb {
    box-shadow: none; }
    .ac-wrapper .breadcrumb a {
      color: #8398a1; }
    .ac-wrapper .breadcrumb span {
      color: #337bb8; }

/* end espace membre */
.dev-hero {
  text-align: center;
  position: relative; }
  .dev-hero .hero-slider {
    padding: 0; }
    .dev-hero .hero-slider .slide-item {
      padding: 100px 25px 150px 25px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 100% !important;
      position: relative; }
      .dev-hero .hero-slider .slide-item .hero-logo {
        position: relative;
        margin: 30px 0; }
        .dev-hero .hero-slider .slide-item .hero-logo img {
          height: 120px;
          display: inline-block; }
      .dev-hero .hero-slider .slide-item .hero-desc {
        position: relative;
        color: #09364e;
        font-size: 30px; }
      .dev-hero .hero-slider .slide-item .hero-action {
        position: relative;
        margin: 40px 0; }
  .dev-hero .dev-acceo-menu {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%; }

/* / dev-hero */
.dev-acceo-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block; }
  .dev-acceo-menu ul li {
    display: inline-block;
    margin: 0 10px; }
    .dev-acceo-menu ul li a {
      display: block;
      position: relative;
      padding: 10px 25px;
      color: #083b51;
      text-transform: uppercase;
      border-bottom: 5px solid #ccc;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      .dev-acceo-menu ul li a:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 100%;
        height: 5px;
        background: rgba(0, 0, 0, 0.03); }
      .dev-acceo-menu ul li a:focus {
        border-color: #ccc; }
    .dev-acceo-menu ul li.for-acceo a:hover, .dev-acceo-menu ul li.for-acceo a.active, .dev-acceo-menu ul li.for-acceo a.active:focus {
      border-color: #587abb; }
    .dev-acceo-menu ul li.for-ascenseur a:hover, .dev-acceo-menu ul li.for-ascenseur a.active, .dev-acceo-menu ul li.for-ascenseur a.active:focus {
      border-color: #44bcc3; }
    .dev-acceo-menu ul li.for-energie a:hover, .dev-acceo-menu ul li.for-energie a.active, .dev-acceo-menu ul li.for-energie a.active:focus {
      border-color: #a0c634; }
    .dev-acceo-menu ul li.for-accessibilite a:hover, .dev-acceo-menu ul li.for-accessibilite a.active, .dev-acceo-menu ul li.for-accessibilite a.active:focus {
      border-color: #fcbd19; }
    .dev-acceo-menu ul li.for-elevation a:hover, .dev-acceo-menu ul li.for-elevation a.active, .dev-acceo-menu ul li.for-elevation a.active:focus {
      border-color: #f18512; }
    .dev-acceo-menu ul li.for-amiante a:hover, .dev-acceo-menu ul li.for-amiante a.active, .dev-acceo-menu ul li.for-amiante a.active:focus {
      border-color: #b8444e; }
.dev-acceo-menu.for-filters {
  padding: 0 15px; }
  .dev-acceo-menu.for-filters ul {
    display: table;
    width: 100%; }
    .dev-acceo-menu.for-filters ul li {
      display: table-cell;
      vertical-align: top;
      margin: 0;
      padding: 0 10px;
      width: 1%; }
      .dev-acceo-menu.for-filters ul li a {
        padding: 10px 0;
        overflow: hidden; }
        .dev-acceo-menu.for-filters ul li a > input {
          position: absolute;
          left: -500px; }

.dev-h-panel {
  min-height: 360px;
  display: table;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%; }
  .dev-h-panel.bg-pandora {
    background-image: url("../images/pandora-hero.png"); }
  .dev-h-panel.bg-building {
    background-image: url("../images/hero_bg.jpg"); }
  .dev-h-panel.bg-people {
    background-image: url("../images/bg-peaple.jpg"); }
  .dev-h-panel.bg-snow-people {
    background-image: url("../images/bg-snow-people.jpg"); }
  .dev-h-panel .h-panel-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%; }
    .dev-h-panel .h-panel-content h1 {
      text-transform: uppercase;
      font-family: "Futura", "Montserrat", sans-serif;
      color: #083b51; }
    .dev-h-panel .h-panel-content h2 {
      font-size: 22px;
      font-family: "Futura", "Montserrat", sans-serif;
      color: #083b51; }
    .dev-h-panel .h-panel-content img {
      height: 80px;
      width: auto; }
      .dev-h-panel .h-panel-content img.img-md {
        height: 130px; }

.pando-bloc {
  padding: 30px;
  text-align: center; }
  .pando-bloc .pandora-icon {
    height: 180px;
    width: auto; }
  .pando-bloc a.more-link {
    color: #282828;
    display: block; }
    .pando-bloc a.more-link:hover {
      opacity: 0.5; }
  .pando-bloc p {
    text-align: justify;
    min-height: 165px; }

.dev-bloc-actualitie {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #c1cbd0; }
  .dev-bloc-actualitie .b-info {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 15px;
    position: relative;
    margin-bottom: 15px; }
    .dev-bloc-actualitie .b-info:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(8, 59, 81, 0.83); }
    .dev-bloc-actualitie .b-info .b-title {
      position: relative;
      font-size: 22px;
      text-transform: uppercase;
      font-weight: 200;
      color: white;
      margin: 0; }
    .dev-bloc-actualitie .b-info .b-publish_info {
      font-size: 14px;
      font-weight: 200;
      padding: 15px;
      margin: 0;
      color: white;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
  .dev-bloc-actualitie .b-desc {
    font-size: 14px; }
  .dev-bloc-actualitie .b-condition {
    font-size: 14px;
    font-weight: 400; }

.dev-socials {
  display: inline-block; }
  .dev-socials li {
    display: inline-block; }
    .dev-socials li a {
      display: inline-block;
      font-size: 14px;
      color: #b2b2b2;
      text-align: center;
      border: 1px solid #b2b2b2;
      width: 35px;
      line-height: 35px;
      margin: 0 1px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
      .dev-socials li a:hover, .dev-socials li a:focus {
        background: #b2b2b2;
        color: white; }

.dev-categs li {
  padding: 7px; }
  .dev-categs li a {
    display: block;
    padding: 5px 15px;
    background: #ccc;
    color: white;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase; }
    .dev-categs li a.for-acceo {
      background: #587abb; }
    .dev-categs li a.for-ascenseur {
      background: #44bcc3; }
    .dev-categs li a.for-energie {
      background: #a0c634; }
    .dev-categs li a.for-accessibilite {
      background: #fcbd19; }
    .dev-categs li a.for-elevation {
      background: #f18512; }
    .dev-categs li a.for-amiante {
      background: #b8444e; }

.dev-tags {
  text-align: center; }
  .dev-tags .dev-tag {
    display: inline-block;
    padding: 7px 10px;
    margin: 7px 4px;
    background: #ececec;
    color: #818181;
    text-transform: uppercase;
    font-size: 12px;
    margin: 7px 4px;
    -webkit-box-shadow: 3px 3px 0 #e9e9e9;
    -moz-box-shadow: 3px 3px 0 #e9e9e9;
    -ms-box-shadow: 3px 3px 0 #e9e9e9;
    box-shadow: 3px 3px 0 #e9e9e9; }

.dev-drop {
  margin-bottom: 25px; }
  .dev-drop .drop-header {
    padding: 15px 25px 15px 15px;
    border-bottom: 1px solid #ccc;
    position: relative;
    cursor: pointer; }
    .dev-drop .drop-header .ico {
      position: absolute;
      right: 0;
      top: 17px;
      font-size: 12px;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    .dev-drop .drop-header > * {
      margin: 0;
      padding: 0;
      font-size: 18px;
      font-weight: 200;
      text-align: center; }
  .dev-drop .drop-content {
    padding: 15px 0;
    display: none; }
  .dev-drop.open .drop-header .ico {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.dev-g-bloc {
  margin: 15px 0;
  text-align: center; }
  .dev-g-bloc > img {
    height: 60px; }
  .dev-g-bloc h2 {
    font-size: 19px;
    text-transform: none; }

.g-slider-container {
  padding: 0 25px;
  margin-bottom: 25px; }
  .g-slider-container .bx-wrapper .bx-controls-direction a {
    background: none;
    text-indent: 0;
    text-align: center;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 50px; }
    .g-slider-container .bx-wrapper .bx-controls-direction a.bx-prev {
      left: -60px; }
    .g-slider-container .bx-wrapper .bx-controls-direction a.bx-next {
      right: -60px; }

.search-filters {
  margin-top: 25px;
  padding: 15px; }
  .search-filters .f-title {
    color: #8398a1;
    display: block;
    margin: 3px 0; }

.f-tags .f-tag {
  display: inline-block;
  padding: 3px 45px 3px 15px;
  min-width: 170px;
  background: #8398a1;
  color: white;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-weight: 300;
  font-family: "Futura";
  margin: 0 10px 10px 0; }
  .f-tags .f-tag > i {
    position: absolute;
    right: 10px;
    top: 2px;
    font-size: 20px;
    line-height: 20px;
    font-style: normal;
    cursor: pointer; }

.article-listing {
  padding: 15px 0; }
  .article-listing .title {
    font-size: 25px;
    font-weight: 400;
    text-transform: normal;
    padding: 15px;
    margin: 0; }
  .article-listing .listing-more {
    padding: 15px;
    text-align: center; }

.bloc-article {
  margin: 15px 0; }
  .bloc-article .featured-img {
    height: 200px;
    overflow: hidden;
    position: relative; }
    .bloc-article .featured-img img {
      width: 100%;
      min-height: 200px;
      height: auto; }
    .bloc-article .featured-img .player {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(8, 59, 81, 0.9); }
      .bloc-article .featured-img .player .play {
        height: 60px;
        width: 60px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        border: 2px solid white;
        margin-top: -30px;
        margin-left: -30px;
        text-align: center;
        line-height: 60px;
        color: white;
        font-size: 20px; }
        .bloc-article .featured-img .player .play i {
          position: relative;
          left: 2px; }
  .bloc-article .article-info {
    position: relative;
    top: -50px;
    z-index: 10;
    text-align: right;
    padding: 0 25px; }
    .bloc-article .article-info .article-categorie {
      display: inline-block;
      padding: 5px 10px;
      font-size: 16px;
      color: #fff;
      font-weight: 300; }
      .bloc-article .article-info .article-categorie.acceo {
        background: #587abb; }
      .bloc-article .article-info .article-categorie.accessibilite {
        background: #fcbd19; }
      .bloc-article .article-info .article-categorie.ascenseur {
        background: #44bcc3; }
      .bloc-article .article-info .article-categorie.elevation {
        background: #f18512; }
      .bloc-article .article-info .article-categorie.energie {
        background: #a0c634; }
      .bloc-article .article-info .article-categorie.amiante {
        background: #b8444e; }
    .bloc-article .article-info .wrap {
      padding: 15px;
      background: white; }
      .bloc-article .article-info .wrap .article-desc {
        text-align: left;
        font-size: 16px;
        font-weight: 300;
        color: #282828;
        height: 100px;
        overflow: hidden; }
      .bloc-article .article-info .wrap .actions {
        text-align: center; }
        .bloc-article .article-info .wrap .actions > a {
          display: inline-block;
          font-size: 30px;
          line-height: 30px;
          color: #083b51;
          margin: 5px; }
  .bloc-article.for-share .article-info .wrap .actions > a {
    font-size: 20px;
    line-height: 20px;
    color: #c0c0c0; }

.news-listing {
  padding: 30px 0; }
  .news-listing .bloc-news {
    background: white; }
    .news-listing .bloc-news:nth-child(2n+1) {
      background: #f8f8f8; }

.bloc-news {
  display: table;
  width: 100%;
  padding: 25px 15px; }
  .bloc-news.grey {
    background: #f8f8f8;
    margin-bottom: 15px; }
  .bloc-news > div {
    display: table-cell;
    vertical-align: top; }
  .bloc-news .news-categ {
    display: inline-block;
    padding: 3px 15px;
    color: white;
    font-weight: 300;
    background: black; }
    .bloc-news .news-categ.acceo {
      background: #587abb; }
    .bloc-news .news-categ.accessibilite {
      background: #fcbd19; }
    .bloc-news .news-categ.ascenseur {
      background: #44bcc3; }
    .bloc-news .news-categ.elevation {
      background: #f18512; }
    .bloc-news .news-categ.energie {
      background: #a0c634; }
    .bloc-news .news-categ.amiante {
      background: #b8444e; }
  .bloc-news .news-preview {
    width: 250px; }
    .bloc-news .news-preview .img {
      position: relative; }
      .bloc-news .news-preview .img img {
        width: 100%; }
      .bloc-news .news-preview .img .news-categ {
        position: absolute;
        bottom: 0;
        left: 0; }
  .bloc-news .news-info {
    padding: 0 15px; }
    .bloc-news .news-info .news-title {
      font-size: 15px;
      font-weight: 400;
      margin: 0;
      padding: 0;
      text-transform: uppercase; }
    .bloc-news .news-info .news-desc {
      font-size: 14px;
      font-weight: 300;
      margin: 20px 0; }
    .bloc-news .news-info .news-more {
      font-size: 14px;
      font-weight: 300;
      color: #000; }
  .bloc-news .news-action {
    width: 50px; }
    .bloc-news .news-action a {
      display: block;
      text-align: center;
      font-size: 22px;
      line-height: 30px; }

.ac-notifs p {
  margin-bottom: 30px; }
.ac-notifs h5 {
  margin-bottom: 30px;
  font-family: "Futura", "Montserrat";
  font-size: 16px;
  font-weight: 600; }

.dev-user-rec {
  display: inline-block;
  text-align: center; }
  .dev-user-rec .u-img {
    position: relative;
    width: 170px;
    height: 170px;
    overflow: hidden;
    background: #c1c1c1; }
    .dev-user-rec .u-img > img {
      min-width: 100%;
      min-height: 100%; }
  .dev-user-rec .u-info .u-job {
    color: #ff6666;
    font-style: italic; }
  .dev-user-rec .u-info .u-name {
    text-transform: uppercase;
    color: black;
    font-weight: 600; }
  .dev-user-rec .u-info p {
    margin: 0 0 5px 0;
    line-height: normal; }

.dev-g-art .art-title {
  color: #282828;
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0; }

.dev-colored-twin {
  display: table;
  width: 100%; }
  .dev-colored-twin .twin-part {
    display: inline-block;
    width: 50%;
    float: left;
    vertical-align: top; }
    .dev-colored-twin .twin-part.twin-img {
      padding: 45px;
      text-align: center;
      min-height: 315px; }
      .dev-colored-twin .twin-part.twin-img img {
        display: inline-block;
        width: 300px;
        max-width: 100%; }
    .dev-colored-twin .twin-part.twin-desc {
      position: relative;
      min-height: 315px;
      padding: 45px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url("../img/building.jpg"); }
      .dev-colored-twin .twin-part.twin-desc:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: "";
        opacity: 0.7; }
      .dev-colored-twin .twin-part.twin-desc.bg-ascenseur:before {
        background-color: #44bcc3; }
      .dev-colored-twin .twin-part.twin-desc.bg-energie:before {
        background-color: #a0c634; }
      .dev-colored-twin .twin-part.twin-desc.bg-accessibilite:before {
        background-color: #fcbd19; }
      .dev-colored-twin .twin-part.twin-desc.bg-elevation:before {
        background-color: #f18512; }
      .dev-colored-twin .twin-part.twin-desc.bg-amiante:before {
        background-color: #b8444e; }
      .dev-colored-twin .twin-part.twin-desc .twin-title {
        position: relative;
        font-size: 28px;
        text-transform: uppercase;
        font-weight: 300;
        color: white;
        margin: 0 0 25px 0; }
      .dev-colored-twin .twin-part.twin-desc .twin-list {
        position: relative;
        padding-left: 40px; }
        .dev-colored-twin .twin-part.twin-desc .twin-list li {
          font-size: 14px;
          font-weight: 300;
          color: white; }
          .dev-colored-twin .twin-part.twin-desc .twin-list li:before {
            content: "\f111";
            font-family: FontAwesome;
            color: white;
            margin-right: 10px;
            font-size: 10px;
            vertical-align: middle; }
          .dev-colored-twin .twin-part.twin-desc .twin-list li a {
            color: #fff; }
  .dev-colored-twin.inversed .twin-part {
    float: right; }

.agences-listing {
  padding: 50px 15px; }

.bloc-agence {
  background: #f8f8f8;
  text-align: center;
  margin: 15px 0; }
  .bloc-agence .bloc-info {
    padding: 15px 25px; }
    .bloc-agence .bloc-info p {
      font-size: 14px;
      line-height: 15px;
      font-weight: 300;
      margin-bottom: 12px;
      color: #083b51; }
      .bloc-agence .bloc-info p.a-name {
        text-transform: uppercase;
        font-weight: 400; }
    .bloc-agence .bloc-info .calling-info {
      padding: 25px 0; }
  .bloc-agence .bloc-action > .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-weight: 300;
    padding-top: 7px;
    padding-bottom: 7px; }

.dev-acceo-logos {
  display: inline-block;
  padding: 15px 0; }
  .dev-acceo-logos li {
    display: inline-block; }
    .dev-acceo-logos li a {
      display: block;
      padding: 0 25px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .dev-acceo-logos li a img {
        height: 110px; }
      .dev-acceo-logos li a:hover {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5); }

.auth-card {
  display: table;
  width: 100%;
  background: #f8f8f8;
  padding: 15px;
  margin: 30px 0 25px 0; }
  .auth-card > div {
    display: table-cell;
    vertical-align: top; }
  .auth-card .auth-img {
    width: 160px;
    padding: 0 15px;
    text-align: center; }
    .auth-card .auth-img img {
      display: inline-block;
      max-width: 100%; }
  .auth-card .auth-info {
    padding: 0 15px; }
    .auth-card .auth-info p {
      margin: 0;
      font-weight: 300;
      font-size: 14px;
      color: #282828; }
      .auth-card .auth-info p.post {
        font-weight: 400; }
    .auth-card .auth-info .caling {
      padding: 7px 0; }

.faq-listing {
  padding: 15px 45px;
  min-height: 500px; }
  .faq-listing .faq-categ .categ-title {
    cursor: pointer; }
    .faq-listing .faq-categ .categ-title h1 {
      font-size: 30px;
      font-weight: 300;
      margin: 0; }
      .faq-listing .faq-categ .categ-title h1:after {
        content: "\f107";
        font-family: FontAwesome;
        font-size: 35px;
        vertical-align: middle;
        margin-left: 25px;
        color: #282828; }
    .faq-listing .faq-categ .categ-title.for-acceo h1 {
      color: #587abb; }
    .faq-listing .faq-categ .categ-title.for-ascenseur h1 {
      color: #44bcc3; }
    .faq-listing .faq-categ .categ-title.for-energie h1 {
      color: #a0c634; }
    .faq-listing .faq-categ .categ-title.for-accessibilite h1 {
      color: #fcbd19; }
    .faq-listing .faq-categ .categ-title.for-elevation h1 {
      color: #f18512; }
    .faq-listing .faq-categ .categ-title.for-amiante h1 {
      color: #b8444e; }
  .faq-listing .faq-categ .categ-content {
    display: none;
    padding: 15px 0; }
  .faq-listing .faq-categ.open .categ-title h1:after {
    display: none; }
  .faq-listing .faq-subcateg .sub-title {
    cursor: pointer;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc; }
    .faq-listing .faq-subcateg .sub-title h2 {
      font-size: 18px;
      font-weight: 400;
      text-transform: none;
      margin: 0; }
  .faq-listing .faq-subcateg .sub-content {
    display: none;
    padding: 15px 0; }
  .faq-listing .dev-question {
    margin-bottom: 25px; }
    .faq-listing .dev-question .q-header {
      cursor: pointer;
      color: #8398a1; }
      .faq-listing .dev-question .q-header h4 {
        color: #8398a1;
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 5px 0; }
    .faq-listing .dev-question .q-body {
      font-size: 16px;
      font-weight: 300; }

.dev-statistics {
  padding: 15px;
  background: #083b51;
  color: white; }
  .dev-statistics .st-title {
    color: white;
    font-size: 18px;
    font-weight: 200;
    margin: 0 0 15px 0; }
  .dev-statistics .st-desc {
    color: white;
    font-size: 14px;
    font-weight: 200;
    margin: 0; }

.dev-progress .dev-progress-bar {
  display: block;
  position: relative;
  background: white;
  min-height: 25px;
  margin-bottom: 15px; }
  .dev-progress .dev-progress-bar .bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    z-index: 1;
    background: #337bb8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .dev-progress .dev-progress-bar .bar-txt {
    position: relative;
    z-index: 2;
    font-size: 14px;
    padding: 0 10px;
    margin: 0;
    line-height: 25px;
    /*color: $c-dark-blue;*/
    color: white;
    text-align: left; }
.dev-progress .progress-count {
  color: white;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300; }

.dotted-ul {
  padding-left: 30px; }
  .dotted-ul li {
    font-weight: 300; }
    .dotted-ul li:before {
      content: "\f111";
      font-family: FontAwesome;
      margin-right: 7px;
      vertical-align: middle;
      font-size: 0.6em; }

.bloc-service {
  position: relative;
  min-height: 150px; }
  .bloc-service .ser-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1; }
    .bloc-service .ser-img img {
      width: 100%;
      min-height: 100%; }
  .bloc-service .ser-wrap {
    position: relative;
    z-index: 2;
    background: rgba(8, 59, 81, 0.7);
    min-height: 150px;
    text-align: center; }
    .bloc-service .ser-wrap .ser-title {
      display: inline-block;
      margin-top: 65px;
      color: white;
      font-weight: 300;
      font-size: 16px;
      text-transform: uppercase; }

@media (max-width: 992px) {
  .dev-row .dev-col-20 {
    width: 100%;
    float: none; }

  .dev-colored-twin {
    display: block; }
    .dev-colored-twin.inversed .twin-part, .dev-colored-twin .twin-part {
      display: block;
      width: 100%;
      float: none; }

  /* espace membre */
  .ac-wrapper {
    padding-left: 0; }
    .ac-wrapper .mobile-cover {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(8, 59, 81, 0.95);
      z-index: 6665; }
    .ac-wrapper .ac-sidebar {
      left: -250px; }
      .ac-wrapper .ac-sidebar.open {
        left: 0; }

  /* end espace membre */ }
@media (max-width: 768px) {
  .bloc-news {
    display: block; }
    .bloc-news > div {
      display: block; }
    .bloc-news .news-preview {
      width: 100%; }
      .bloc-news .news-preview .img .news-categ {
        top: 0;
        bottom: unset; }
    .bloc-news .news-info {
      padding: 25px 15px; }
    .bloc-news .news-action {
      width: 100%;
      text-align: center; }
      .bloc-news .news-action a {
        display: inline-block;
        font-size: 30px;
        margin: 0 5px; }

  .dev-acceo-menu ul {
    display: block; }
    .dev-acceo-menu ul li {
      min-width: 130px; }
      .dev-acceo-menu ul li a {
        padding: 10px 0; }
  .dev-acceo-menu.for-filters {
    padding: 0 15px; }
    .dev-acceo-menu.for-filters ul {
      display: block; }
      .dev-acceo-menu.for-filters ul li {
        display: inline-block;
        width: auto; }

  .auth-card {
    display: block; }
    .auth-card > div {
      display: block;
      vertical-align: top; }
    .auth-card .auth-img {
      width: 100%;
      padding: 0 15px; } }
@media (max-width: 480px) {
  .dev-colored-twin .twin-part.twin-img {
    padding: 25px;
    min-height: auto; }
  .dev-colored-twin .twin-part.twin-desc {
    min-height: auto;
    padding: 25px; }
    .dev-colored-twin .twin-part.twin-desc .twin-list {
      padding-left: 0; } }
.dev-table {
  margin: 25px 0; }
  .dev-table table tbody tr td {
    padding: 25px 15px;
    vertical-align: middle; }
    .dev-table table tbody tr td p {
      margin: 0;
      font-size: 16px;
      font-weight: 400; }
  .dev-table table.no-head thead {
    display: none; }
  .dev-table.no-infos .row:last-of-type > div {
    width: 100%; }
  .dev-table .dataTables_paginate {
    text-align: center !important; }
    .dev-table .dataTables_paginate li a, .dev-table .dataTables_paginate li a:hover, .dev-table .dataTables_paginate li a:focus {
      background: none;
      border: none;
      color: #083b51;
      padding: 6px 14px;
      border-radius: 3px; }
    .dev-table .dataTables_paginate li.active a, .dev-table .dataTables_paginate li.active a:hover, .dev-table .dataTables_paginate li.active a:focus {
      background: #083b51;
      color: white; }

.dev-pagination {
  text-align: center; }
  .dev-pagination .pagination > li > a {
    border: none;
    font-size: 18px;
    color: #083b51;
    padding: 6px 15px;
    margin: 0 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    .dev-pagination .pagination > li > a:hover, .dev-pagination .pagination > li > a:focus {
      color: white;
      background: #083b51; }
  .dev-pagination .pagination > li.active a, .dev-pagination .pagination > li.active a:hover, .dev-pagination .pagination > li.active a:focus {
    color: white;
    background: #083b51; }

.login-modal h3 {
  font-weight: 300;
  text-transform: uppercase;
  color: #282828; }

.login-modal .left-part {
  border-right: 1px solid #282828;
  padding-right: 20px; }

.login-modal .modal-body {
  padding: 30px;
  background: #f8f8f8;
  color: #282828; }

.login-modal .espace-btn {
  text-transform: uppercase; }

.login-modal a.pass-forgotten {
  text-decoration: underline;
  color: #282828; }

.login-modal input {
  border-radius: 0;
  border-color: #347ab8;
  color: #347ab8 !important;
  font-weight: 300; }

.offer-modal .modal-dialog {
  margin-top: 100px; }
.offer-modal .modal-content {
  border-radius: 0; }
  .offer-modal .modal-content .modal-body {
    padding: 0; }
    .offer-modal .modal-content .modal-body .modal-logo {
      position: absolute;
      left: -60px;
      top: -65px;
      height: 187px; }
    .offer-modal .modal-content .modal-body .t1 {
      margin-top: 0;
      font-size: 40px;
      font-weight: 300;
      text-transform: uppercase;
      color: #a0c634; }
    .offer-modal .modal-content .modal-body .t2 {
      font-size: 25px;
      font-weight: 400;
      color: #083b51;
      margin-bottom: 0;
      text-transform: uppercase; }
    .offer-modal .modal-content .modal-body .t3 {
      margin-top: 0;
      font-size: 25px;
      font-weight: 300;
      color: #083b51; }
    .offer-modal .modal-content .modal-body p {
      line-height: 25px; }
    .offer-modal .modal-content .modal-body .of-socials {
      padding: 25px 0;
      text-align: center; }
      .offer-modal .modal-content .modal-body .of-socials .btn {
        padding: 0 15px 0 0;
        background: none;
        border: 1px solid #8398a1;
        color: #8398a1;
        margin: 0 3px;
        font-weight: 300; }
        .offer-modal .modal-content .modal-body .of-socials .btn > i {
          padding: 7px 12px;
          border-right: 1px solid #d0d8db;
          margin-right: 15px; }
        .offer-modal .modal-content .modal-body .of-socials .btn.btn-fb {
          background: #39558d;
          border-color: #39558d;
          color: white; }
    .offer-modal .modal-content .modal-body .of-tags {
      padding: 15px 0;
      margin-bottom: 15px;
      text-align: center; }
      .offer-modal .modal-content .modal-body .of-tags .of-tag {
        display: inline-block;
        padding: 7px 25px;
        margin: 7px 4px;
        border: 1px solid #8398a1;
        color: #8398a1;
        font-size: 12px;
        border-radius: 5px; }
    .offer-modal .modal-content .modal-body .offer-top-content {
      padding: 25px 50px; }
    .offer-modal .modal-content .modal-body .offer-details {
      padding: 25px 50px; }
      .offer-modal .modal-content .modal-body .offer-details .t2 {
        color: #8398a1;
        margin: 0; }
      .offer-modal .modal-content .modal-body .offer-details .t4 {
        color: #8398a1;
        margin: 0;
        font-size: 14px;
        font-weight: 300; }
      .offer-modal .modal-content .modal-body .offer-details > p {
        margin: 25px 0; }
    .offer-modal .modal-content .modal-body .od-title {
      padding-left: 50px;
      height: 45px;
      display: table-cell;
      vertical-align: middle;
      background-position: center left;
      background-repeat: no-repeat;
      background-size: auto 40px; }
      .offer-modal .modal-content .modal-body .od-title.picto-post {
        background-image: url(../images/picto/post.png); }
      .offer-modal .modal-content .modal-body .od-title.picto-profil {
        background-image: url(../images/picto/profil.png); }
      .offer-modal .modal-content .modal-body .od-title.picto-rem {
        background-image: url(../images/picto/rem.png); }
    .offer-modal .modal-content .modal-body .actions {
      padding: 45px 15px;
      text-align: center; }

.stop-chantier-modal .modal-dialog {
  margin-top: 65px; }
.stop-chantier-modal .modal-content {
  border-radius: 0; }
  .stop-chantier-modal .modal-content .modal-header {
    border: none;
    position: relative;
    padding-left: 60px;
    padding-top: 20px; }
    .stop-chantier-modal .modal-content .modal-header h4 {
      color: #b8444e;
      font-size: 40px;
      line-height: 40px;
      font-weight: 400; }
    .stop-chantier-modal .modal-content .modal-header .modal-logo {
      position: absolute;
      top: -47px;
      left: -25px;
      height: 130px; }
  .stop-chantier-modal .modal-content .modal-body {
    padding: 50px; }
    .stop-chantier-modal .modal-content .modal-body .content-title {
      color: #083b51;
      text-transform: uppercase;
      font-size: 25px;
      font-weight: 300;
      margin-bottom: 35px; }
    .stop-chantier-modal .modal-content .modal-body .content-info {
      margin-bottom: 25px; }

@media (max-width: 768px) {
  .offer-modal .modal-dialog {
    margin-top: 30px; }
  .offer-modal .modal-content .modal-body .of-socials {
    padding: 25px 0;
    text-align: center; }
    .offer-modal .modal-content .modal-body .of-socials .btn {
      padding: 0;
      font-size: 0;
      margin: 0; }
      .offer-modal .modal-content .modal-body .of-socials .btn > i {
        font-size: 16px;
        border-right: none;
        margin-right: 0; }
  .offer-modal .modal-content .modal-body .modal-logo {
    display: none; } }
/*@keyframes loader {
    0%,100%   {fill:white;}
    25%       {fill:$c-cyan;}
    50%       {fill:white;}
    75%       {fill:$c-cyan;}
}

.loader
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100000;
    background: $c-cyan;
    
    .loader-icon
    {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;

        .svg-logo
        {
            width: 100%;
            height: 100%;
            
            .drow
            {
                fill: white;
                -webkit-animation: loader 3s linear infinite;
                -moz-animation: loader 3s linear infinite;
                animation: loader 3s linear infinite;
            }
        }
    }
}*/
.dev-map {
  background-color: #083b51;
  height: 500px; }

/*.gr-init.g-articles-slider
{
    padding: 15px 0;
    .gr-init.item
    {
        background-color: yellow;
        padding: 15px 0;
    }
}

.gr-init.g-slider
{
    padding: 15px 0;
    .gr-init.item
    {
        background-color: yellow;
        padding: 15px;
    }
}*/
@media (max-width: 768px) {
  .dev-col-20 {
    width: 100%;
    float: none; } }
.footer-container {
  background: #09364e;
  color: #fff;
  padding: 40px 0; }
  .footer-container .logo {
    width: 200px;
    margin-bottom: 30px; }
  .footer-container a {
    color: #fff; }
  .footer-container h4 {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 14px; }
    .footer-container h4.border-blue {
      border-color: #587abb; }
    .footer-container h4.border-cyan {
      border-color: #44bcc3; }
    .footer-container h4.border-yellow {
      border-color: #fcbd19; }
    .footer-container h4.border-orange {
      border-color: #f18512; }
    .footer-container h4.border-purple {
      border-color: #ac434e; }
    .footer-container h4.border-green {
      border-color: #a0c634; }
  .footer-container ul.footer-menu a {
    font-weight: 300;
    font-size: 12px;
    padding-left: 5px; }
  .footer-container .bottom-footer {
    padding: 10px 0;
    border-top: 1px solid #14638d;
    margin-top: 30px;
    font-size: 12px; }
    .footer-container .bottom-footer .subfooter-menu {
      display: inline-block;
      float: right; }
      .footer-container .bottom-footer .subfooter-menu li {
        display: inline-block; }
        .footer-container .bottom-footer .subfooter-menu li a {
          display: inline-block;
          padding: 0 10px; }

/* checkbox and radio button */
.dev-checkbox, .dev-radio {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0 15px 0 35px;
  cursor: pointer;
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  min-height: 20px; }
  .dev-checkbox input, .dev-radio input {
    position: absolute;
    left: 8px;
    top: 13px;
    z-index: 10;
    display: none; }
  .dev-checkbox .indicator, .dev-radio .indicator {
    position: absolute;
    left: 3px;
    top: 2px;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #d2d2d2;
    text-align: center;
    z-index: 15; }
  .dev-checkbox.checked .indicator:after, .checked.dev-radio .indicator:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    display: inline-block;
    background: #337bb8;
    width: 8px;
    height: 8px; }

.dev-radio .indicator {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }
.dev-radio.checked .indicator:after {
  left: 2px;
  top: 2px;
  height: 14px;
  width: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #337bb8; }

/* end checkbox and radio button */
.dev-slider {
  padding: 0; }
  .dev-slider > li {
    display: none; }

.bx-wrapper {
  background: none;
  border: none;
  margin: 0 auto 0;
  box-shadow: none; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #9e9e9e; }

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #083b51; }

.nicescroll-rails {
  z-index: 999 !important; }

#swipebox-overlay {
  background: rgba(0, 0, 0, 0.8); }

.bootstrap-select.open:before {
  content: '';
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1001;
  margin: 4px 10px 0 0;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid white; }
.bootstrap-select > .dropdown-menu {
  margin-top: 10px; }
  .bootstrap-select > .dropdown-menu li a {
    color: #8398a1;
    font-weight: 300; }
    .bootstrap-select > .dropdown-menu li a:hover, .bootstrap-select > .dropdown-menu li a:focus {
      background: rgba(49, 187, 190, 0.5);
      color: white; }

.tc-red {
  color: #e61b00 !important; }

.tc-blue {
  color: #337bb8 !important; }

.tc-dark-blue, .tc-db {
  color: #083b51 !important; }

.tc-white {
  color: white !important; }

.tc-green {
  color: #99cb4a !important; }

.tc-grey1 {
  color: #8398a1 !important; }

.tc-black {
  color: #333 !important; }

.tc-acceo {
  color: #587abb !important; }

.tc-ascenseur {
  color: #44bcc3 !important; }

.tc-energie {
  color: #a0c634 !important; }

.tc-accessibilite {
  color: #fcbd19 !important; }

.tc-elevation {
  color: #f18512 !important; }

.tc-amiante {
  color: #b8444e !important; }

.ts-xs {
  font-size: 12px; }

.ts-sm {
  font-size: 14px; }

.ts-md {
  font-size: 16px; }

.ts-lg {
  font-size: 18px; }

.ts-xlg {
  font-size: 20px; }

.tw-100 {
  font-weight: 100 !important; }

.tw-200 {
  font-weight: 200 !important; }

.tw-300 {
  font-weight: 300 !important; }

.tw-400 {
  font-weight: 400 !important; }

.tw-500 {
  font-weight: 500 !important; }

.tw-600 {
  font-weight: 600 !important; }

.tw-700 {
  font-weight: 700 !important; }

.tw-900 {
  font-weight: 900 !important; }

.t-underline, .t-underline:hover, .t-underline:focus {
  text-decoration: underline; }

.tt-upper {
  text-transform: uppercase; }

.no-pdn {
  padding: 0 !important; }

.no-pdn-lr {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.no-pdn-r {
  padding-right: 0 !important; }

.no-pdn-l {
  padding-left: 0 !important; }

.no-pdn-t {
  padding-top: 0 !important; }

.no-pdn-b {
  padding-bottom: 0 !important; }

.no-mrg {
  margin: 0 !important; }

.dis-block {
  display: block !important; }

.dis-inline {
  display: inline-block !important; }

.pdn-xs {
  padding: 5px; }

.pdn-lr-xs {
  padding-left: 5px;
  padding-right: 5px; }

.pdn-l-xs {
  padding-left: 5px; }

.pdn-r-xs {
  padding-right: 5px; }

.pdn-tb-xs {
  padding-top: 5px;
  padding-bottom: 5px; }

.pdn-t-xs {
  padding-top: 5px; }

.pdn-b-xs {
  padding-bottom: 5px; }

.pdn-sm {
  padding: 15px; }

.pdn-lr-sm {
  padding-left: 15px;
  padding-right: 15px; }

.pdn-l-sm {
  padding-left: 15px; }

.pdn-r-sm {
  padding-right: 15px; }

.pdn-tb-sm {
  padding-top: 15px;
  padding-bottom: 15px; }

.pdn-t-sm {
  padding-top: 15px; }

.pdn-b-sm {
  padding-bottom: 15px; }

.pdn-md {
  padding: 25px; }

.pdn-lr-md {
  padding-left: 25px;
  padding-right: 25px; }

.pdn-l-md {
  padding-left: 25px; }

.pdn-r-md {
  padding-right: 25px; }

.pdn-tb-md {
  padding-top: 25px;
  padding-bottom: 25px; }

.pdn-t-md {
  padding-top: 25px; }

.pdn-b-md {
  padding-bottom: 25px; }

.pdn-lg {
  padding: 35px; }

.pdn-lr-lg {
  padding-left: 35px;
  padding-right: 35px; }

.pdn-l-lg {
  padding-left: 35px; }

.pdn-r-lg {
  padding-right: 35px; }

.pdn-tb-lg {
  padding-top: 35px;
  padding-bottom: 35px; }

.pdn-t-lg {
  padding-top: 35px; }

.pdn-b-lg {
  padding-bottom: 35px; }

.pdn-xlg {
  padding: 45px; }

.pdn-lr-xlg {
  padding-left: 45px;
  padding-right: 45px; }

.pdn-l-xlg {
  padding-left: 45px; }

.pdn-r-xlg {
  padding-right: 45px; }

.pdn-tb-xlg {
  padding-top: 45px;
  padding-bottom: 45px; }

.pdn-t-xlg {
  padding-top: 45px; }

.pdn-b-xlg {
  padding-bottom: 45px; }

.pdn-xxlg {
  padding: 80px; }

.pdn-lr-xxlg {
  padding-left: 80px;
  padding-right: 80px; }

.pdn-l-xxlg {
  padding-left: 80px; }

.pdn-r-xxlg {
  padding-right: 80px; }

.pdn-tb-xxlg {
  padding-top: 80px;
  padding-bottom: 80px; }

.pdn-t-xxlg {
  padding-top: 80px; }

.pdn-b-xxlg {
  padding-bottom: 80px; }

.mrg-xs {
  margin: 5px; }

.mrg-lr-xs {
  margin-left: 5px;
  margin-right: 5px; }

.mrg-l-xs {
  margin-left: 5px; }

.mrg-r-xs {
  margin-right: 5px; }

.mrg-tb-xs {
  margin-top: 5px;
  margin-bottom: 5px; }

.mrg-t-xs {
  margin-top: 5px; }

.mrg-b-xs {
  margin-bottom: 5px; }

.mrg-sm {
  margin: 15px; }

.mrg-lr-sm {
  margin-left: 15px;
  margin-right: 15px; }

.mrg-l-sm {
  margin-left: 15px; }

.mrg-r-sm {
  margin-right: 15px; }

.mrg-tb-sm {
  margin-top: 15px;
  margin-bottom: 15px; }

.mrg-t-sm {
  margin-top: 15px; }

.mrg-b-sm {
  margin-bottom: 15px; }

.mrg-md {
  margin: 25px; }

.mrg-lr-md {
  margin-left: 25px;
  margin-right: 25px; }

.mrg-l-md {
  margin-left: 25px; }

.mrg-r-md {
  margin-right: 25px; }

.mrg-tb-md {
  margin-top: 25px;
  margin-bottom: 25px; }

.mrg-t-md {
  margin-top: 25px; }

.mrg-b-md {
  margin-bottom: 25px; }

.mrg-lg {
  margin: 35px; }

.mrg-lr-lg {
  margin-left: 35px;
  margin-right: 35px; }

.mrg-l-lg {
  margin-left: 35px; }

.mrg-r-lg {
  margin-right: 35px; }

.mrg-tb-lg {
  margin-top: 35px;
  margin-bottom: 35px; }

.mrg-t-lg {
  margin-top: 35px; }

.mrg-b-lg {
  margin-bottom: 35px; }

.mrg-xlg {
  margin: 45px; }

.mrg-lr-xlg {
  margin-left: 45px;
  margin-right: 45px; }

.mrg-l-xlg {
  margin-left: 45px; }

.mrg-r-xlg {
  margin-right: 45px; }

.mrg-tb-xlg {
  margin-top: 45px;
  margin-bottom: 45px; }

.mrg-t-xlg {
  margin-top: 45px; }

.mrg-b-xlg {
  margin-bottom: 45px; }

.mrg-xxlg {
  margin: 80px; }

.mrg-lr-xxlg {
  margin-left: 80px;
  margin-right: 80px; }

.mrg-l-xxlg {
  margin-left: 80px; }

.mrg-r-xxlg {
  margin-right: 80px; }

.mrg-tb-xxlg {
  margin-top: 80px;
  margin-bottom: 80px; }

.mrg-t-xxlg {
  margin-top: 80px; }

.mrg-b-xxlg {
  margin-bottom: 80px; }

.mt30 {
  margin-top: 30px; }

.with-b {
  border: 1px solid #ccc; }

.with-bb {
  border-bottom: 1px solid #ccc; }

.with-bt {
  border-top: 1px solid #ccc; }

.with-br {
  border-right: 1px solid #ccc; }

.with-bl {
  border-left: 1px solid #ccc; }

.bg-white {
  background: white; }

.bg-grey-l1 {
  background: #f6f6f6 !important; }

.gray-bg, .bg-grey {
  background: #f8f8f8; }

/*# sourceMappingURL=app.css.map */
